.btn, input, .navbar {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-top: 10px;
}

h2.not-registered {
    font-size: 36px;
}

.field-validation-error, .field-validation-error span {
    color: red;
}

.input-validation-error {
    border: 1px solid red !important;
}

nav.navbar-mrcms {
    background-color: #1BA1E2;
    color: white;
    border: none;
}

    nav.navbar-mrcms ul li a, .navbar-brand {
        color: white;
    }

    nav.navbar-mrcms .nav > li > a:hover, nav.navbar-mrcms .nav > li > a:focus {
        background-color: #e7e7e7;
        color: grey;
    }


ul.dropdown-menu {
    background-color: #333;
}

nav.navbar-mrcms ul.dropdown-menu li a {
    color: white;
    font-weight: normal;
}

.mrcms-content > :first-child {
    margin-top: 0;
}

.navbar-toggle {
    background: white;
}

    .navbar-toggle .icon-bar {
        background: #1BA1E2;
    }

@media (max-width: 768px) {
    #nav-links-right {
        position: absolute;
        top: 0;
        right: 70px;
    }

        #nav-links-right .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
        }

        #nav-links-right > li {
            float: left;
        }

    .navbar-nav {
        margin: 0;
    }

        .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
        }

    #nav-links-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .open > .dropdown-menu {
        display: block;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        font-size: 14px;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border-top: none;
    }

    #nav-links-right .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    #nav-links-right .navbar-form {
        margin: 0;
        padding: 3px 10px;
        width: 220px;
    }
}

.pop-up {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    /*display: block;*/
    /*Popup Hide*/
    display: none;
}

    .pop-up.active {
        opacity: 1;
        z-index: 2;
    }

    .pop-up .pop-up-main {
        width: 100%;
        max-width: 650px;
        padding: 10px;
        background: #fff;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .pop-up .pop-up-main.active {
            visibility: visible;
            opacity: 1;
        }

        .pop-up .pop-up-main a {
            text-decoration: none;
        }

        .pop-up .pop-up-main img {
            width: 100%;
        }

        .pop-up .pop-up-main .pop-up-close {
            color: #000;
            background: rgba(255, 255, 255, 0.8);
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            position: absolute;
            top: -35px;
            right: -35px;
            font-size: 24px;
            font-weight: bold;
            border-radius: 50%;
            cursor: pointer;
        }

.is-visible {
    display: block !important;
}

.fadein {
    animation: fadein 400ms ease-in-out;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeout {
    animation: fadeout 400ms ease-in-out;
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .pop-up .pop-up-main .pop-up-close {
        right: 0;
    }
}

.hide--first {
    display: none !important;
}

.box {
    display: none;
}

.overlay-one {
    display: none;
}

@media(min-width:320px) and (max-width:1200px) {
    .rate-header {
        font-size: 18px !important
    }
}

/*
     FILE ARCHIVED ON 03:07:35 Feb 12, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:00:20 Jun 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.665
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.01
  esindex: 0.011
  cdx.remote: 23.464
  LoadShardBlock: 261.082 (3)
  PetaboxLoader3.datanode: 121.088 (4)
  PetaboxLoader3.resolve: 514.24 (2)
  load_resource: 399.91
*/